home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / tclX6.4c / dist / tcllib / help / files / link < prev    next >
Encoding:
Text File  |  1992-11-10  |  347 b   |  9 lines

  1.  
  2.  
  3.           link [-sym] srcpath destpath
  4.                Create a directory entry, destpath, linking it to the
  5.                existing file, srcpath.  If -sym is specified, a
  6.                symbolic link, rather than a hard link, is created.
  7.                (The -sym option is only available on systems that
  8.                support symbolic links.)
  9.